home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 13 - 1997 (partial)
/
13.05 May 97
/
WebObjects Overview
/
awake.java
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
MacRoman (detected)
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-26
|
161 b
|
8 lines
|
[
TEXT/R*ch
]
// Set a default value for the visitorName instance variable by
// implementing the WOComponent’s awake method.
public awake()
{
visitorName = "David";
}